table.maintable_style 
{
text-align: left; 
width: 100%;
background-color:white;
white-space: nowrap;
}

table.titletable_style 
{
font-size:100%;
font-family:sans-serif;
color:white;
background-color:orange;
text-align: left; 
width: 100%;
white-space: nowrap;
font-weight:bold;
}

table.contentsubtable_style 
{
text-align:left;
font-size:100%;
font-family:sans-serif;
}

table.content_table
{
text-align: left; 
width: 100%;
background-color:#E7E7E7;
}

table.contentleft_style
{
font-size:72%;
font-family:sans-serif;
color:black;
text-align:top;
border-left: 
width: 100%;
white-space: nowrap;
} 

table.contentmiddle_style
{
text-align: left; 
width: 100%;
white-space: nowrap;
font-size:72%;
font-family:sans-serif;
color:black;
background-color:white;
border-left: 1px solid rgb(102,102, 102);
border-right: 1px solid rgb(102,102, 102);
border-bottom: 1px solid rgb(102,102, 102);
}

table.contenttext_style
{
text-align: left;
width: 100%;
white-space:nowrap;
font-size:72%;
font-family:sans-serif;
color:black;
background-color:white;
}

table.contentright_style
{
font-size:72%;
font-family:sans-serif;
color:black;
background-color:white;
text-align:top;
width: 100%;
border-left: 1px solid rgb(102,102, 102);
border-right: 1px solid rgb(102,102, 102);
border-bottom: 1px solid rgb(102,102, 102);
white-space: nowrap;
} 

a:link { color: black;text-decoration:none;}
a:visited { color: black;}
a:visited {text-decoration: none;}
a:hover { color:blue;text-decoration:underline;}

td.subtitle_style
{
text-align:center;
font-size:72%;
font-family:sans-serif;
white-space: nowrap;
font-weight:bold;
}

tr.trsubtitle_style
{
text-align:left;
font-size:72%;
font-family:sans-serif;
white-space: nowrap;
}


table.content_style
{
text-align:center;
font-size:72%;
font-family:sans-serif;
white-space: nowrap;
font-weight:bold;
}